home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / flocks.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-01-13  |  2.0 KB  |  57 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="flocks" _label="Flocks">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="01" type="spinbutton" arg="-l %"
  8.           _label="Leaders" low="1" high="100" default="4"/>
  9.  
  10.   <number id="02" type="spinbutton" arg="-f %"
  11.           _label="Followers" low="0" high="10000" default="400"/>
  12.  
  13.   <select id="03">
  14.     <option id="03A" _label="Geometry - Blobs"/>
  15.     <option id="03B" _label="Geometry - Dots" arg-set="-G"/>
  16.   </select>
  17.  
  18.   <number id="04" type="slider" arg="-i %"
  19.           _label="Bug size" _low-label="Smaller" _high-label="Larger"
  20.           low="1" high="100" default="10"/>
  21.  
  22.   <number id="05" type="slider" arg="-o %"
  23.           _label="Blob complexity" _low-label="Less" _high-label="More"
  24.           low="1" high="10" default="1"/>
  25.  
  26.   <number id="06" type="slider" arg="-s %"
  27.           _label="Speed" _low-label="Slower" _high-label="Faster"
  28.           low="1" high="100" default="15"/>
  29.  
  30.   <number id="07" type="slider" arg="-S %"
  31.           _label="Stretch" _low-label="Less" _high-label="More"
  32.           low="0" high="100" default="20"/>
  33.  
  34.   <number id="08" type="slider" arg="-O %"
  35.           _label="Color fade speed" _low-label="Slower" _high-label="Faster"
  36.           low="0" high="100" default="15"/>
  37.  
  38.   <boolean id="09" _label="ChromaDepth glasses" arg-set="-k"/>
  39.   <boolean id="10" _label="Show connections" arg-set="-c"/>
  40.  
  41.   <number id="11" type="slider" arg="-t %"
  42.           _label="Trail Length" _low-label="Shorter" _high-label="Longer"
  43.           low="0" high="250" default="0"/>
  44.  
  45.   <number id="12" type="slider" arg="-b %"
  46.           _label="Motion blur" _low-label="Less" _high-label="More"
  47.           low="0" high="100" default="0"/>
  48.  
  49.   <_description>
  50. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  51. written by Terry Walsh - <http://reallyslick.demonews.com>.
  52.  
  53. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  54. Config Files by Curtis Haas.
  55.   </_description>
  56. </screensaver>
  57.